Created: 2022-07-23
Tags: #fleeting
All folders in here comes from / or root directory
/etc -> passwd, shadow, sudoers.d
/var -> /var/log
/root
/tmp
Each user only has write access to their own home folder
This is where 3rd-party software lives
/usruser related programs
/var/var/var/log is where log files are stored/var/log/rootHome directory of a root user. The user would have their data in a directory such as /home/root by default.
/tmpLike temp in windows
What's useful for us in pentesting is that any user can write to this folder by default. Meaning once we have access to a machine, it serves as a good place to store things like our enumeration scripts.